home *** CD-ROM | disk | FTP | other *** search
/ Champak 50 / Volume 50 - JOGO DISK .iso / Games / jumpingrope.swf / scripts / frame_3 / DoAction_2.as next >
Text File  |  2007-10-01  |  236b  |  13 lines

  1. this.opening.onLoad = function()
  2. {
  3.    var _loc1_ = 0;
  4.    trace("Load OK : opening logo ");
  5. };
  6. this.opening.onEnterFrame = function()
  7. {
  8.    if(this.is_opening_played)
  9.    {
  10.       this._parent.gotoAndPlay("wait_start");
  11.    }
  12. };
  13.